'宣言
Public Function New( _ ByVal list As System.Collections.Generic.IList(Of T) _ )
public IndexedCollection<T>( System.Collections.Generic.IList<T> list )
パラメータ
- list
- 新しいインスタンスにコピーされる要素のコレクション。
'宣言
Public Function New( _ ByVal list As System.Collections.Generic.IList(Of T) _ )
public IndexedCollection<T>( System.Collections.Generic.IList<T> list )